home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / logon.dxr / 00013_Call Hall Of Fame Movie.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  355 b   |  14 lines

  1. on mouseUp
  2.   global gDatabaseExists, gIntSkill, gSkillLoadOffset
  3.   set the visible of sprite 16 to 0
  4.   set the visible of sprite 26 to 0
  5.   set the visible of sprite 30 to 0
  6.   puppetSprite(14, 0)
  7.   if gDatabaseExists <> -1 then
  8.     loadHallOfFameRoster()
  9.   else
  10.     set the text of member "Hall of Fame Roll" to EMPTY
  11.   end if
  12.   play frame "hallofame"
  13. end
  14.